home *** CD-ROM | disk | FTP | other *** search
- ;************************************************************************
- ; System : JTDial
- ; File Name : JtDial.sc
- ; By : John T Loper Jr.
- ; Last modified 05/17/89
- ; Copyright (c) 1989 John Loper Consulting
- ; 775 E. Green Street
- ; Allentown, Pa. 18103
- ; (215)776-1927
- ; Released to the Public Domain
- ;*************************************************************************
-
- setkey -25 play "JTDial" ; ALT P
- If IsTable("jtsetup") then
- READLIB "JTDLIB" JTDIAL, MESAGE, GETNUMBER, QUITPHONE
- GetNumber()
- Release Procs JTDial, GetNumber, QuitPhone, Mesage
- setprinter "lpt1" ; Change to your Printer Port if not correct
- ; this is necessary to reset the port used for
- ; the printer on your system
- Else
- Readlib "JTDLib" MakeSetup
- MakeSetup()
- endif
-